home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 16 / CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso / CUCD / Utilities / CCB / DMSdevice / DM0 < prev    next >
Text File  |  1997-07-01  |  443b  |  18 lines

  1. /* MountList example for DMS DEVICE
  2.    This version is a mountlist, as the other one 
  3.    was missing some lines.
  4.  
  5. DM0: */
  6.        Device           = devs:dms.device
  7.        Unit             = 0
  8.        Flags              = 0
  9.        Surfaces         = 2
  10.        BlocksPerTrack   = 11
  11.        Reserved         = 2
  12.        Interleave       = 0
  13.        LowCyl             = 0
  14.        HighCyl          = 79
  15.        Buffers          = 5
  16.        BufMemType       = 1
  17. #
  18.